projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e23e97d
)
Fix a typo in a comment.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 16 Oct 2014 14:56:57 +0000
(17:56 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 16 Oct 2014 14:56:57 +0000
(17:56 +0300)
src/bidi.c
patch
|
blob
|
history
diff --git
a/src/bidi.c
b/src/bidi.c
index 76929b62198aa39d9c03968aa16185f47a09147e..186390e331b49a4ac4d087c5667616799621f574 100644
(file)
--- a/
src/bidi.c
+++ b/
src/bidi.c
@@
-2552,7
+2552,7
@@
bidi_resolve_brackets (struct bidi_it *bidi_it)
/* Record the prev_for_neutral type either from the previous
character, if it was a strong or AN/EN, or from the
- prev_for_neutral information rec
v
orded previously. */
+ prev_for_neutral information recorded previously. */
if (bidi_it->type == STRONG_L || bidi_it->type == STRONG_R
|| bidi_it->type == WEAK_AN || bidi_it->type == WEAK_EN)
bidi_remember_char (&tem_info, bidi_it, 1);